home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1179 / PlaceObject2_276_1146 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-09-12  |  1KB  |  66 lines

  1. onClipEvent(load){
  2.    ARRIBA = _root.ARRIBA;
  3.    DER = _root.DER;
  4.    IZQ = _root.IZQ;
  5.    SHOOT = _root.SHOOT;
  6.    SLIDEKEY = _root.SLIDEKEY;
  7.    GRIDSIZE = _root.GRIDSIZE;
  8.    mapa = eval(_root.mapa);
  9.    shoot1 = eval(_root.shoot1);
  10.    vforcei = 3;
  11.    vforce = 8;
  12.    hforce = 5;
  13.    hforcei = 1;
  14.    horizontal = 0;
  15.    vertical = 8;
  16.    MAXVERTICAL = 15;
  17.    MAXJUMP = 38;
  18.    friction = 0.5;
  19.    gravity = 0.6;
  20.    accel = 1.6;
  21.    rising = false;
  22.    falling = true;
  23.    lastX = _X;
  24.    lastY = _Y;
  25.    platform = null;
  26.    plataforma = false;
  27.    scrolling = false;
  28.    platformscroll = 0;
  29.    topeizq = false;
  30.    justshoot = false;
  31.    shooting = false;
  32.    slide = false;
  33.    slidereleased = true;
  34.    slidetimer = 0;
  35.    SLIDETIME = 10;
  36.    keys = true;
  37.    upreleased = true;
  38.    abletoshoot = true;
  39.    blast = new Sound();
  40.    blast.attachSound("shoot02");
  41.    salto = new Sound();
  42.    salto.attachSound("salto");
  43.    landing = new Sound();
  44.    landing.attachSound("landing");
  45.    barrida = new Sound();
  46.    barrida.attachSound("barrida");
  47.    accel2 = 1.1;
  48.    tornado = false;
  49.    vforce2 = 0.005;
  50.    soundtrigged = false;
  51.    u = 0;
  52.    victory = false;
  53.    death = false;
  54.    barra = eval(_root.bheroe);
  55.    MAXDAMAGE = barra._totalframes;
  56.    hitted = false;
  57.    flashing = false;
  58.    hitable = false;
  59.    FLASHTIME = 10;
  60.    timerdamage = 0;
  61.    timerinvisible = 0;
  62.    INVISIBLETIME = 20;
  63.    invisible = false;
  64.    DAMAGE = 0;
  65. }
  66.